html,body{
    font-size: 16px;
    font-family:  "Microsoft YaHei UI";
    color: #333;
    line-height: 24px;
    min-width: 1200px;
    margin: 0;
    padding: 0;
	background-color: #f5f5f7;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
object-fit: cover;}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    color: #d41d1d;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1200{
	width: 1200px;
	margin: 0 auto;
}


.sx_nav_row{
	height: 178px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.logo_row .logo_left{
	float: left;
	padding-top: 40px;
}
.logo_row .logo_right{
	width: 416px;
	float: right;
	padding-top: 54px;
}
.sx_search{
	width: 250px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 17px;
	background-color: #fff;
	float: left;
	overflow: hidden;
}
.sx_search input{
	width: 216px;
	float: left;
	height: 34px;
	outline: none;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	font-size: 14px;
}
.sx_search a img{
	float: left;
	padding-top: 8px;
}

.xzkhd_row{
	width: 124px;
	height: 34px;
	background: url("../images/xzkhd-img.jpg") no-repeat;
	font-size: 14px;
	line-height: 34px;
	padding-left: 40px;
	box-sizing: border-box;
	float: right;
}
.xzkhd_row a{
	color: #757575;
}

ul.sx_nav{
	margin-top: 50px;
	border-right: 1px solid #e8e8e8;
}
 ul.sx_nav li{
	 float: left;
	 line-height: 20px;
	 border-left: 1px solid #e8e8e8;
	 padding: 0 43px;
 }

.first_row{
	background-color: #fff;
	margin-top: 50px;
}
 ul.sx_nav li.now a{
	 color: #d41d1d;
 }

.szyw_row{
	padding: 40px 0 0 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.szyw_logo{}
.szyw_font{
	width: 1090px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.szyw_font p{
	width: 363px;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	padding: 0 26px;
	box-sizing: border-box;
}
.szyw_font span{
	display: block;
	width: 1px;
	height: 58px;
	background-color: #c8c8c8;
}

.focus_row{
	padding: 40px 26px 46px;
}

.focus_left {
    width: 726px;
    height: 408px;
    overflow: hidden;
    position: relative;
	float: left;
}
.focus_left .hd {
    height: 10px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}
.focus_left .hd ul {
    zoom: 1;
    float: left;
}
.focus_left .hd ul li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    text-indent: 20px;
    background: #fff;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 50%;
}
.focus_left .hd ul li.on {
    background: #d41d1d;
}
.focus_left .bd{
    position: relative;
    height: 100%;
    z-index: 0;
}
.focus_left .bd li{
    zoom: 1;
}
.focus_left .bd img{
    width: 726px;
    height: 408px;
}
.focus_left .bd p{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 600px;
    margin-left: 20px;
    z-index: 111;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.focus_left .bd p a{
    color: #fff;
    text-decoration: none;
}
.focus_left .bd div{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #000;
    width: 100%;
    opacity: 0.4;
}

.focus_right{
	width: 400px;
	float: right;
}
.focus_right ul li{
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 18px;
}
.focus_right ul li+li{
	padding-top: 15px;
}
.focus_right ul li p{
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.focus_right ul li i{
	display: block;
	font-size: 14px;
	color: #aaa;
	font-style: normal;
	margin-top: 6px;
}
.focus_right ul li span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #878787;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 8px;
}

.index_bttom_left{
	width: 860px;
	float: left;
}
.bttom_left_nr{
	background-color: #fff;
	margin-top: 20px;
	padding: 30px 26px 26px;
	box-sizing: border-box;
}
.bttom_title{}
.bttom_title b{
	float: left;
	font-size: 24px;
}
.bttom_title a{
	float: right;
	font-size: 15px;
	color: #999;
}
.bttom_title a:hover{
	color: #d41d1d;
}

.rb_nr{
    position: relative;
	margin-top: 40px;
	width: 808px;
	overflow: hidden;
}
.rb_nr .hd .prev,
.rb_nr .hd .next{
    display: block;
    width: 24px;
    height: 54px;
    cursor: pointer;
    position: absolute;
    top: 102px;
	z-index: 10;
}
.rb_nr .hd .prev{
    background: url("../images/rb-ptev.png") no-repeat;
    left: 0;
}
.rb_nr .hd .next{
    background: url("../images/rb-next.png") no-repeat;
    right: 0;
}
.rb_nr .bd{
    width: 808px;
    overflow:hidden;
}
.rb_nr .bd ul{
    overflow:hidden;
    zoom:1;
}
.rb_nr .bd ul li{
    width: 188px;
    margin: 0 18px 0 0;
    float: left;
	position: relative;
}
.rb_nr .bd ul li img{
    width: 188px;
    height: 242px;
}
.rb_nr .bd ul li span{
	width: 188px;
	height: 260px;
	display: block;
	background: url("../images/rb-icon.png") center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.rb_nr .bd ul li p{
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin: 4px 0 0;
    box-sizing: border-box;
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.rb_nr .bd ul li  i{
	display: block;
	font-size: 14px;
	color: #aaa;
	font-style: normal;
	margin-top: 4px;
}

.cs_left{
	width: 486px;
	float: left;
	margin-top: 40px;
	position: relative;
}
.cs_left img{
	width: 486px;
	height: 274px;
}
.cs_left i{
	display: block;
	width: 486px;
	height: 274px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: url("../images/cs-icon.png") center no-repeat;
}
.cs_left p{
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cs_left span{
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 12px;
}

ul.cs_right{
	width: 292px;
	float: right;
margin-top: 15px;}
ul.cs_right li{
	margin-top: 25px;
	position: relative;
}
ul.cs_right li img{
	width: 160px;
	height: 105px;
	float: left;
}
ul.cs_right li i{
	display: block;
	width: 160px;
	height: 105px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: url("../images/rb-icon.png") center no-repeat;
}
ul.cs_right li dl{
	width: 118px;
	float: right;
}
ul.cs_right li dl dt{
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	margin-bottom: 10px;text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
ul.cs_right li dl dd{
	font-size: 14px;
	color: #aaa;
}


.index_bttom_right{
	width: 316px;
	float: right;
}

.zt_bg{
	background-color: #fff;
	padding: 30px 10px 0;
	margin-top: 20px;
}

ul.zt_row{
	line-height: 0;
	padding: 20px 0;
}
ul.zt_row li{
	margin-top: 20px;
}

ul.zt_row li p{
	padding: 0 10px;
	text-align: justify;
	line-height: 24px;
	margin-top: 6px;
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wbbb_row{
	background-color: #fff;
	margin-top: 20px;
	padding: 0 0 10px;
}
.wbbb_title{
	font-size: 22px;
	font-weight: bold;
	padding: 16px 0 0 14px;
	line-height: 27px;
}
.wbbb_title img{
	float: left;
	padding-right: 10px;
}

.sxdsb_row{
	line-height: 0;
	margin-top: 20px;
}
.sxdsb_row img{
	width: 316px;
}

.sdzk_row{
	background-color: #fff;
	margin-top: 20px;
}
.sdzk_title{
	padding: 16px 14px 0 ;
}
.sdzk_title p{
	float: left;
	font-size: 22px;
	font-weight: bold;
}
.sdzk_title p img{
	float: left;
	padding-right: 16px;
}
.sdzk_title a{
	float: right;
}

.sdzk_img{
	width: 284px;
	height: 212px;
	position: relative;
	margin: 38px auto 0;
}
.sdzk_img img{
	width: 284px;
	height: 212px;
}
.sdzk_img p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0 8px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

ul.index_right_font{
	font-size: 16px;
	line-height: 32px;
	padding: 16px 18px 20px;
}
ul.index_right_font li{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ts_row{
	line-height: 0;
	padding-top: 30px;
}
.ts_row img{
	width: 296px;
	height: 126px;
}

.ny_row{
	background-color: #fff;
	margin-top: 50px;
}

ul.ptlb_row{
	padding: 10px 20px 40px;
}
ul.ptlb_row li{
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 0;
}
ul.ptlb_row li .ptlb_left{
	width: 230px;
	height: 130px;
	position: relative;
	float: left;
}
ul.ptlb_row li .ptlb_left img{
	width: 230px;
	height: 130px;
object-fit: cover;}
ul.ptlb_row li .ptlb_left i{
	display: block;
	width: 230px;
	height: 130px;
	background: url("../images/rb-icon.png") center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
ul.ptlb_row li .ptlb_right{
	width: 900px;
	float: right;
}
ul.ptlb_row li .ptlb_right h1{
	font-size: 18px;
}
ul.ptlb_row li .ptlb_right span{
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 6px;
}
ul.ptlb_row li .ptlb_right p{
	font-size: 15px;
	color: #878787;
	line-height: 22px;
	margin-top: 10px;
}

.jzgd_font{
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	color: #999;
}

ul.bklby_row{
	width: 1220px;
	padding-top: 30px;
}
ul.bklby_row li{
	width: 216px;
	height: 480px;
	background-color: #fff;
	float: left;
	margin: 24px 28px 0 0;
	position: relative;
	overflow: hidden;
}
ul.bklby_row li img{
	width: 224px;
	height: 384px;
}
ul.bklby_row li i{
	display: block;
	width: 224px;
	height: 384px;
	background: url("../images/rb-icon.png") no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
ul.bklby_row li p{
	font-size: 16px;
	line-height: 24px;
	padding: 0 10px;
	margin-top: 2px;
	text-align: justify;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
ul.bklby_row li span{
	display: block;
	font-size: 14px;
	color: #aaa;
	padding: 6px 10px 0;
}

.xqy_row{
	background-color: #fff;
	margin-top: 50px;
	padding: 0 60px 40px;
	box-sizing: border-box;
}

.xqy_top{
	font-size: 16px;
	color: #999;
	padding-top: 30px;
}
.xqy_top a{
	color: #999;
}
.xqy_title{
	text-align: center;
	font-size: 30px;
	line-height: 32px;
	margin-top: 50px;
}
.xqy_title_bottom{
	border-bottom: 1px solid #eceff1;
	padding: 30px 0 16px;
}
.title_bottom_left{
	float: left;
	font-size: 14px;
	color: #666;
}
.title_bottom_left span{
	display: inline-block;
	padding-right: 18px;
}
.title_bottom_right{
	float: right;
	display: flex;
	align-items: center;
	line-height: 0;
}
.title_bottom_right span{
	display: inline-block;
	color: #666;
	font-size: 14px;
}
.title_bottom_right img{
	margin-left: 6px;
}

.xqy_font span{
	/* display: block; */
	/* padding-top: 30px; */
	/* text-align: center; */
}
.xqy_font img{
	max-width: 554px;
	/* max-height: 320px; */
}
.xqy_font video{
}

.xqy_font p{
	font-size: 16px;
	line-height: 30px;
}


.bk_left{
	width: 486px;
	float: left;
	margin-top: 40px;
}
.bk_left dt{
	width: 272px;
	height: 352px;
	float: left;
	position: relative;
}
.bk_left dt img{
	width: 272px;
	height: 352px;
}
.bk_left dt i{
	display: block;
	width: 272px;
	height: 352px;
	background: url("../images/cs-icon.png") center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
object-fit: cover;}
.bk_left dd{
	width: 186px;
	margin-left: 20px;
	float: left;
}
.bk_left dd p{
	font-size: 18px;
	line-height: 24px;
	height: 96px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.bk_left dd span{
	display: block;
	margin-top: 20px;
	font-size: 15px;
	color: #878787;
	line-height: 22px;
	height: 176px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.bk_left dd i{
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #aaaaaa;
	margin-top: 30px;
}

ul.bk_right{
	width: 292px;
	padding-top: 6px;
}
ul.bk_right li{
	margin-top: 20px;
}
ul.bk_right li img{
	width: 78px;
	height: 100px;
}
ul.bk_right li i{
	width: 76px;
	height: 100px;
}
ul.bk_right li dl{
	width: 194px;
}


ul.ptlb_row1{
	padding: 10px 20px 40px;
}
ul.ptlb_row1 li{
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 0;
}
ul.ptlb_row1 li .ptlb_left{
	width: 230px;
	height: 130px;
	position: relative;
	float: left;
	text-align: center;
	background-color: #000;
}
ul.ptlb_row1 li .ptlb_left img{
	max-width: 230px;
	max-height: 130px;
}
ul.ptlb_row1 li .ptlb_left i{
	display: block;
	width: 230px;
	height: 130px;
	background: url("../images/rb-icon.png") center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
ul.ptlb_row1 li .ptlb_right{
	width: 900px;
	float: right;
}
ul.ptlb_row1 li .ptlb_right h1{
	font-size: 18px;
}
ul.ptlb_row1 li .ptlb_right span{
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 6px;
}
ul.ptlb_row1 li .ptlb_right p{
	font-size: 15px;
	color: #878787;
	line-height: 22px;
	margin-top: 10px;
}
